Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Add additional settings file include options #2054 #2055

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Add additional settings file include options #2054 #2055

merged 1 commit into from
Sep 29, 2017

Conversation

greylabel
Copy link
Contributor

Fixes #2054.

Changes proposed:

  • Add additional settings file include options.

// Load local machine settings.
// Load local settings for all sites.
if (file_exists(DRUPAL_ROOT . "/sites/settings/local.settings.php")) {
require DRUPAL_ROOT . "/sites/settings/local.settings.php";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably make sure this will not be added to deploy artifacts. Looks like these should handle it - https://github.com/acquia/blt/tree/8.x/scripts/blt/deploy

@grasmash grasmash added the Enhancement A feature or feature request label Sep 29, 2017
@grasmash grasmash merged commit 4a46ecb into acquia:8.x Sep 29, 2017
briantully added a commit to briantully/blt that referenced this pull request Feb 8, 2018
* acquia/8.x: (1264 commits)
  Update composer.json
  Use the correct command for setup.strategy = sync (acquia#2097)
  Provide better Memcached boilerplate config. (acquia#2063)
  Note about docker and headless chrome (acquia#2091)
  Fixes acquia#2072: temporarily disabling checking of features overrides. (acquia#2082)
  Drupal 8.4 compatibility improvements. (acquia#2080)
  Update .travis.yml
  Removing sudo from Travis. (acquia#2066)
  Fixes acquia#2059: override site uri during deploy:update. (acquia#2060)
  Remove any NULL arguments from original command being passed into VM, so that missing arguments detected faster. (acquia#2058)
  Add additional settings file include options acquia#2054 (acquia#2055)
  Add support for Apache Solr search (Acquia Search) acquia#412. (acquia#2053)
  Fixes acquia#1872: Command arguments lost when invokeCommand is called with @executeInDrupalVm within a Robo watch task. (acquia#2052)
  Cleaning up composer requirements. (acquia#2050)
  Update configuration-management.md (acquia#2051)
  Fixes acquia#2048: PHP Warning when using modules.local.uninstall: null. (acquia#2049)
  Fixes acquia#2046: Modifying BLT Configuration definition is not accurate. (acquia#2047)
  Fixes acquia#2040: Assert existence of .nvmrc or .node-version. (acquia#2042)
  Add back line removed in acquia#2039 (acquia#2043)
  Fix spacing in simplesamlphp setup readme. (acquia#2044)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants